Code Context ),
E_USER_WARNING
);
$key = 'staff_staff_duties'
$value = array(
'id' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 2,
'key' => 'primary',
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'name' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 50,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'rec_date' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'edit_id' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 7,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'remote_ip' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 30,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'duty_type' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'sname' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'sort' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'sequence' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => 'D:\www\2017\app\tmp\cache\models\',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => true,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE\Cake\Cache\Cache.php, line 323
DataSource::_cacheDescription() - CORE\Cake\Model\Datasource\DataSource.php, line 310
Mysql::describe() - CORE\Cake\Model\Datasource\Database\Mysql.php, line 369
Model::schema() - CORE\Cake\Model\Model.php, line 1368
DboSource::fields() - CORE\Cake\Model\Datasource\DboSource.php, line 2494
DboSource::generateAssociationQuery() - CORE\Cake\Model\Datasource\DboSource.php, line 1719
DboSource::read() - CORE\Cake\Model\Datasource\DboSource.php, line 1093
Model::_readDataSource() - CORE\Cake\Model\Model.php, line 2921
Model::find() - CORE\Cake\Model\Model.php, line 2893
WebsController::mainmenu_detail() - APP\Controller\WebsController.php, line 8608
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE\Cake\Controller\Controller.php, line 490
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 191
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 165
require - APP\webroot\index.php, line 108
[main] - ROOT\index.php, line 41